home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Magazine Collection 2001
/
Delphi Magazine Collection 20001 (2001).iso
/
DISKS
/
Issue43
/
delay
/
TestDll.dpr
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-01-28
|
173 b
|
14 lines
library TestDll;
uses
TestDllUnit in 'TestDllUnit.pas';
exports
Routine1 index 1,
Routine2 index 2,
Routine3 index 3,
Routine4 index 4;
begin
end.